home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 1.iso / dist / fw_qt.idb / usr / freeware / doc / Qt / FAQ.z / FAQ
Encoding:
Text File  |  2001-04-12  |  5.0 KB  |  131 lines

  1.                        Frequently Asked Questions
  2.  
  3. Please note: the latest version of this and other FAQ lists are available at:
  4.                         http://www.trolltech.com/faq/
  5.  
  6.  
  7.    1.Who is Trolltech? 
  8.  
  9.       Trolltech is a software company based in Oslo, the capital of
  10.       Norway. Our flagship product is Qt, the multi-platform C++
  11.       GUI toolkit. 
  12.  
  13.       Trolltech AS was founded in 1994. However, the core team of
  14.       designers at Trolltech started developing Qt already in 1992.
  15.       Ever since then, Qt has steadily expanded and improved. Qt is
  16.       currently used in hundreds of software development projects
  17.       world wide. 
  18.  
  19.       In addition to Qt development and support, Trolltech engages
  20.       on a consultancy basis in various exciting development projects.
  21.  
  22.    2.Do you have any plans for a graphical designer/dialog
  23.       builder? 
  24.  
  25.       Yes, since Qt 2.2.
  26.       See the tools/designer directory of your Qt distribution.
  27.  
  28.    3.Is there a mailing list or something for Qt? 
  29.  
  30.       There are three: qt-interest@trolltech.com, snapshot-users@trolltech.com,
  31.       and qt-announce.
  32.  
  33.       Qt-interest is a user forum. There can be as much as 150
  34.       messages per week. To join it, send a message containing the
  35.       single word "subscribe" to qt-interest-request@trolltech.com. 
  36.  
  37.       Snapshot-users@trolltech.com is a forum for people using the
  38.       cutting-edge unstable version.  The details of the snapshot
  39.       releases are detailed at http://www.trolltech.com/qt-snapshots.html
  40.  
  41.       Qt-announce is for announcements of new Qt versions and a
  42.       few other announcements. We expect that there will be less
  43.       than ten messages to the list each year. To join the list, send
  44.       mail containing the single word "subscribe" to
  45.       qt-announce-request@trolltech.com. 
  46.  
  47.       All messages to Qt-announce are also sent to Qt-interest, so
  48.       you don't need to be on both lists. 
  49.  
  50.    4.Can I use Qt's classes without writing a graphical
  51.       user interface? 
  52.  
  53.       Quite a few of the classes can be used independently of the
  54.       user interface. See utility classes, for example. There are also
  55.       a few classes that will work without the GUI only by chance. 
  56.  
  57.    5.What kind of licenses exist for Qt? 
  58.  
  59.       The Qt toolkit is available under two different licenses: The
  60.       Professional Edition for commercial use, and the Q Public License
  61.       for developing free software for the X platform. 
  62.  
  63.    6.What are the differences between the Professional
  64.       Edition and Free Edition of Qt? 
  65.  
  66.       You can write commercial software only if you have the
  67.       Professional Edition. The library itself is the same. With the
  68.       Professional Edition, you also get technical support and
  69.       upgrades.  For full details, see the LICENSE.QPL file.
  70.  
  71.    7.Are you going to include so-and-so feature in Qt? If
  72.       so, when? 
  73.  
  74.       We try not to make public speculations about the whats and
  75.       whens of the next Qt release too early, because we do not want
  76.       to be known as a vaporware company. 
  77.  
  78.    8.I don't want to give away my source code. What do I do? 
  79.  
  80.       Then you need the Professional Edition. 
  81.  
  82.    9.Can I charge for my application? 
  83.  
  84.       If you have the Professional Edition: Yes, of course. If you use
  85.       the Free Edition your software must be freely distributable
  86.       and you must include the source. 
  87.  
  88.       The Free Edition is intended for free software. We realize
  89.       that CD-ROMs cost money to produce, for example, so you
  90.       can charge a copying fee. 
  91.  
  92.   10.Where can I find Qt? 
  93.  
  94.       The latest version of Qt can be downloaded from
  95.       http://www.trolltech.com or from ftp.trolltech.com, and a whole range of
  96.       ftp mirror sites around the world. Look for a mirror near you
  97.       on the list available under http://www.trolltech.com/dl/ 
  98.  
  99.       We encourage all developers of free Qt software to upload
  100.       their work to ftp.trolltech.com. 
  101.  
  102.   11.I want to port Qt to a new platform. What do I do? 
  103.  
  104.       If the new platform is POSIX-like and runs the X Window
  105.       System, it's simple. Read the file PORTING for details. 
  106.  
  107.   12.Will Qt be available for [OS/2, Mac, Amiga]? 
  108.  
  109.       At present, Qt only works well on X11 and Win32 (Windows
  110.       95 and Windows NT). Porting to other platforms is a lower
  111.       priority. Currently, we concentrate on the Windows and X
  112.       versions. 
  113.  
  114.   13.Can I make a Qt shared library and distribute it with
  115.       my Linux distribution? 
  116.  
  117.       Yes, if you do not make changes to Qt and include all the files
  118.       present in our distribution of Qt. If you absolutely need to
  119.       change something, write to info@trolltech.com. 
  120.  
  121.       It is very important for Trolltech that we know what is being
  122.       distributed, so that we can guarantee the quality of Qt. 
  123.  
  124.   14.I found this obscure bug and I need it fixed, fast! 
  125.  
  126.       Qt Professional Edition includes technical support. We try to
  127.       support the developers using the Qt Free Edition as well, and
  128.       we take all bug reports seriously, no matter who they come
  129.       from. But, of course, when there's too much to do, our
  130.       customers have higher priority. 
  131.